//4.3 - Static Variables Example - Dirk Henkemans //and Mark Lee - Prima Publishing #include using namespace std; int incrementFunction1(void); int incrementFunction2(void); //runs the increment functions int main(void) { for(int c = 0 ; c < 4 ; c++) { cout<<"incrementing both variables" <